runtime.schedt.totaltime (field)
3 uses
runtime (current package)
mstats.go#L975: s.TotalTime = sched.totaltime + (now-sched.procresizetime)*int64(gomaxprocs)
proc.go#L5765: sched.totaltime += int64(old) * (now - sched.procresizetime)
runtime2.go#L834: totaltime int64 // ∫gomaxprocs dt up to procresizetime
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)